Selenium WebDriver Quick Start Guide by Pinakin Chaubal

Selenium WebDriver Quick Start Guide by Pinakin Chaubal

Author:Pinakin Chaubal
Language: eng
Format: epub
Tags: COM051330 - COMPUTERS / Software Development and Engineering / Quality Assurance and Testing, COM051220 - COMPUTERS / Programming / Parallel, COM060010 - COMPUTERS / Web / Browsers
Publisher: Packt Publishing
Published: 2018-11-09T07:49:31+00:00


Learning the Internet Explorer options

We have similar options for the Internet Explorer browser. The way to do incorporate these options is by including the two lines. The following code ignores the protected mode setting, which is required when we want to ignore the protected mode settings for Internet Explorer:

InternetExplorerOptions options = new InternetExplorerOptions(); options.IntroduceInstabilityByIgnoringProtectedModeSettings = true;

InternetExplorerDriver driver = new InternetExplorerDriver(options);



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.